home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / LIFER__ / PROTO / P / PA_LIFE_.H < prev    next >
Text File  |  1991-07-23  |  503b  |  19 lines

  1. /*  PA_Life_Alert                                                           Handle this alert */
  2.  
  3. /* File name:  PA_Life_Alert.h   */
  4. /* Function:  Handle this alert. */
  5. /* This is a NOTE alert, it is used to inform the user of some general information. */
  6. /* This alert is not used if there is a possibility of losing any data. */
  7. /* This alert is called when:    */
  8. /*     */
  9. /* The choices in this alert allow for:    */
  10. /*     */
  11. /* History: 7/23/91 Original by Prototyper 3.0   */
  12.  
  13.  
  14. void I_PA_Life_Alert(void);
  15.  
  16. void PA_Life_Alert(void);
  17.  
  18.  
  19.